home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / rooftopmadness.swf / scripts / frame_32 / PlaceObject2_124_161 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-05-23  |  508 b   |  19 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_level0.santa))
  3.    {
  4.       setProperty("_level0.santaCrash", _X, _level0.santa._x);
  5.       setProperty("_level0.santaCrash", _Y, _level0.santa._y - 20);
  6.       tellTarget("_level0.santaCrash")
  7.       {
  8.          play();
  9.       }
  10.       setProperty("_root.santa", _visible, false);
  11.       setProperty(_level0.santa, _Y, -1000);
  12.       setProperty(_level0.santa, _X, -1000);
  13.       tellTarget("_level0.Santa.sleigh")
  14.       {
  15.          play();
  16.       }
  17.    }
  18. }
  19.